@font-face {
  font-family: "icon";
  src: 
        url("/media/htxoif54/ionicons.woff2");
    src:  
        url("/media/htxoif54/ionicons.woff2") format("woff2");
	font-weight: normal;
	font-style: normal;
	font-display: swap;
}

.custom-footer {
  background-color: #004470;
  padding-top: 30px;
  padding-bottom: 30px;
}
.footerLogo {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  padding:0 12px;
  margin: auto;
}
.footerLogo img {
    width: 200px;
}
.footerLogo p {
  font-size: 12px;
  font-weight: 400;
  font-family: roboto;
  text-align: center;
  color: #ffffff;
  margin: 7px 0 24px 0;
  max-width: 80%;
}

.socialIcon {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 16px;
  margin: 0px auto 30px auto;
}
.socialIcon p {
    font-size: 16px;
    font-weight: 700;
    line-height: 26.01px;
    text-align: left;
    color: #ffffff;
    font-family: roboto;
    margin: 0;
}
.socialIcon .social-items {
  padding: 0;
  list-style: none;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 0;
}
.socialIcon .social-items .item {
    margin-right: 10px;
}
.socialIcon .social-items img {
    width: 20px;
    height: auto;
}
.campusBox {
    display: grid;
    grid: auto-flow / 1fr 1fr;
        width: 100% ;
  }
  .campus {
    font-family: roboto;
  }
  .locationLogo {
      width: 100%;
  }
.locationLogo img {
    width: 60px;
    margin-bottom: 15px;
}
.campusName {
  color: #ffffff;
  width: 100%;
  padding-left: 10px !important;
  
}
.campusName .name {
  font-size: 11px;
  font-weight: 600;
  margin: 0;
}

.campusName .phone a {
  text-decoration: none;
  color: #ffffff;
  font-size: 12px;
  font-weight: 400;
  line-height: 21.78px;

}
.copyRight {
  display: flex;
  justify-content: center;
  align-items: center;
  border-top: 1px solid #6c6d72;
}
.copyRight p {
  color: #ffffff;
  font-size: 15px;
  font-weight: 400;
  line-height: 26.01px;
  text-align: left;
  padding: 22px 0px;
  margin:0;
  font-family: roboto;
}
.tags{
    padding: 10px;
    background-color: #035184;
    color: #fff;
}
.tags ul{
    list-style: none;
    padding: 0;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    margin:0;
}
.tags ul li {
    border-right: 1px solid #fff;
    padding:0 10px ;
    margin-bottom: 7px;
}
.tags ul li:last-child {
    border-right: none;
}
.tags ul li a{
    color: #fff;
    text-decoration: none;
    font-size: 14px;
    font-family: roboto;
}

  


    .footerLogo img {
        width: 40%;
      }
      .custom-footer {
        padding-top: 45px;
      }
      
    .campusBox {
        display: grid;
      justify-content: space-between;
      column-gap: 10px;
      }
      .campus{
        display: flex;
        justify-content: center;
        align-self: center;
      }
      .locationLogo {
        width: 40%;
    }
      .locationLogo img {
        width: 80%;
        margin-bottom: 15px;
    }
  /*footer*/
  
 


@media (min-width: 992px) {
    .footerLogo p {
        font-size: 18px;
        
      }
      .socialIcon p {
        font-size: 18px;
    }
    .campusName .name {
        font-size: 18px;
    }
    .campusName .phone a {
        font-size: 18px;
    }
  /*footer*/
  .campusBox{
    grid: auto-flow / 1fr 1fr 1fr 1fr !important;
    max-width: 75%;
        margin: auto;
  }
  .campus{
    display: flex;
    justify-content: center;
    align-self: center;
  }
  .locationLogo {
    width: 40%;
}
  .locationLogo img {
    width: 80%;
    margin-bottom: 15px;
}
  
  .footerLogo img {
  width: 20%;
}
.copyRight p {
      justify-content: center !important;
    font-size: 18px;
}
}



@media (max-width: 768px) {
 
    .copyRight {
      justify-content: center !important;
  
}
h2 {
    font-size: 26px !important;
}
}